.top {
	width: 100%;
	height: 6px;
	background: #0074ba;
}
.logo_tel {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	height: 60px !important;
}
/*nav*/
#nav {
	height: 46px;
	width: 100%;
	position: relative;
	z-index: 9999;
	background: #0c4ca3;
}
#header {
	display: block;
	z-index: 999;
	position: relative;
	background: #0074ba;
	height: 46px;
}
.n_haeder .nav li a:hover, .n_haed .nav li a.act {
	color: #b11a0f;
}
.n_haeder .nav li:hover {
	background: #ff982a;
}
.m_header {
	display: none;
}
/*nav*/
.n_haeder .nav {
	width: 1200px;
	height: 46px;
	line-height: 46px;
}
.n_haeder .nav li {
	float: left;
	width: 171px;
	text-align: center;
	font-size: 14px;
}
/*二级导航*/
.n_haeder {
	padding: 0;
}
#header .n_drop, .n_top, .n_haeder, .choose_car, .main_box, .n_copy, .inner_main {
	width: 1200px;
	margin: 0 auto;
}
.n_haeder .nav li a {
	color: #fff;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 15px;
	display: block;
}
.n_haeder .nav li a b {
	display: inline-block;
	height: 32px;
}
.n_haeder .nav li a:hover b, .n_haeder .nav li a.act b {
	border-bottom: 4px solid #d20414;
}
.n_haeder .search {
	width: 220px;
	float: right;
}
.n_haeder .nav li .drop {
	width: 1200px;
	position: absolute;
	top: 46px;
	background: rgba(255,255,255,1);
	line-height: 24px;
	font-size: 14px;
	display: none;
	left: 0;
	right: 0;
	margin: auto;
}
.n_haeder .nav li .n_drop {
	padding: 30px;
	overflow: hidden;
	text-align: left;
}
#header .n_drop .s_l {
	float: left;
	width: 300px;
	border-right: 1px solid #e5e5e5;/*height:200px;*/
}
#header .n_drop .ac {
	float: left;
	width: 380px;
	border-right: 1px solid #e5e5e5;
	height: 200px;
}
#header .n_drop .s_l li {
	float: left;
	width: 120px;
	margin-bottom: 5px;
	background: url(../img/red_dian.jpg) no-repeat 0 10px;
}
#header .n_drop .s_l .cc {
	float: left;
	width: 97px;
	margin-bottom: 5px;
	background: url(../img/red_dian.jpg) no-repeat 0 10px;
	padding-right: 28px;
}
#header .n_drop .s_l li a {
	width: 105px;
	text-align: left;
	font-size: 12px;
	display: block;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	color: #666
}
#header .n_drop .s_l li a:hover {
	border: none;
	color: #038aea;
}
#header .n_drop .s_r {
	float: right;
	width: 650px;
	padding-left: 48px;
	overflow: hidden;
}
#header .n_drop .ad {
	float: right;
	width: 650px;
	padding-left: 48px;
	overflow: hidden;
	border-left: none;
}
#header .n_drop .ad ul {
	width: auto !important;
}
#header .n_drop .ad li {
	padding-right: 55px;
	border-right: 1px solid #e5e5e5;
	margin-right: 55px !important;
}
#header .n_drop .ab {
	float: right;
	width: 570px;
	padding-left: 48px;
	overflow: hidden;
}
#header .n_drop .s_r ul {
	width: 580px;
}
#header .n_drop .s_r li:last-child{
	border-right:none; 
	margin-right:0 !important; 
	padding-right:0 !important
}
#header .n_drop .s_r li {
	background: none !important;
	float: left;
	width: 250px;
	margin-right: 40px;
	text-align: left;
}
.head_xian {
	height: 200px;
	border-left: 1px solid #e5e5e5;
}
#header .n_drop .s_r li a {
	display: block;
	overflow: hidden;
	height: auto;
}
#header .n_drop .s_r li a:hover {
	border: none;
}
#header .n_drop .s_r li .pic {
	width: 250px;
	height: 158px;
	overflow: hidden;
}
/*banner*/
.lubo {
	width: 100%;
	min-width: 1000px;
	position: relative;
	height: 652px;
	overflow: hidden;
}
.lubo_box {
	position: relative;
	width: 100%;
	height: 652px;
}
.lubo_box li {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 652px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.lubo_box li:first-child{
	opacity: 1;filter:alpha(opacity=100);
}
.lubo_box li a {
	display: block;
	width: 100%;
	height: 100%;
}
.lubo_box li img {
	width: 100%;
	height: 652px;
}
.cir_box {
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
.cir_box li {
	float: left;
	width: 50px;
	height: 8px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.cir_on {
	background: #087dcd !important;
}
.lubo_btn {
	position: absolute;
	width: 100%;
	top: 290px;
}
.left_btn, .right_btn {
	width: 30px;
	height: 80px;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
	color: #fff;
	line-height: 80px;
	font-size: 30px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.left_btn {
	float: left;
}
.right_btn {
	float: right;
}
/*main1*/
.main1 {
	background: #0074ba;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.m1_new {
	width: 1200px;
	margin: auto;
}
.notiscroll {
	width: 1200px;
	overflow: hidden;
	position: relative;
}
.notiscroll .name {
	font-weight: bold;
	font-family: "Microsoft YaHei", SimSun, SimHei;
	font-size: 15px;
	float: left;
	background: url(../img/bg_sign.gif) no-repeat left 16px;
	padding-left: 30px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin-left: 30px;
}
.notiscroll .infoList {
	float: left;
}
.notiscroll .infoList li {
	height: 50px !important;
	line-height: 50px;
	text-align: left;
	width: 950px;
	overflow: hidden;
}
.notiscroll .infoList li a {
	color: #fff;
}
.notiscroll .infoList li a:hover {
	color: #ff6600;
}
.notiscroll .infoList li span {
	float: right;
	color: #fff;
}
/*main2*/
.main2 {
	clear: both;
	margin-top: 40px !important;
	;
	margin-bottom: 20px !important;
}
.main2_fl {
	width: 590px;
}
.main2_title {
	margin-bottom: 20px;
}
.main2_h2 a {
	font-size: 24px;
	color: #0074ba;
}
.main2_h2 a span {
	font-size: 18px;
	color: #333;
	margin-left: 10px;
}
.main2_more {
	font-size: 14px;
	margin-top: 10px;
}
.main2_more:hover {
	color: #0074BA;
}
.main2_cont {
	margin-top: 47px;
}
.main2_a {
	height: 150px;
	overflow: hidden;
	padding-top: 10px;
	display: block;
	
	line-height: 30px;
	font-size: 14px;
}
.main2_pic {
	clear: both;
	margin-top: 47px;
}

.main2_pic ul li {
	float: left;
	width: 273px;
	margin-right: 10px;
	height: 182px;
	margin-top: 2px;
	margin-bottom: 18px;
	 overflow:hidden;
display:back;
}
.main2_pic ul li a.img{
width: 273px;
height: 182px;
 overflow:hidden;
display:back;
}
.main2_pic ul li img{
width:100%;
height:100%;
-webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;

}
.main2_pic ul li .img:hover img{
transform: scale(1.14, 1.14);
    -ms-transform: scale(1.14, 1.14);
    -webkit-transform: scale(1.14, 1.14);
    opacity: 1;	
}
/*time*/
.container {
	width: 100%;
}
.row {
	margin-top: 34px;
}
.time {
	padding-top: 85px;
	clear: both;
	height: 390px;
	background: url(../img/time_bg.jpg) no-repeat center;
	text-align: center;
}
.time ul {
	height: 297px;
	margin: 13px 0;
	display: inline-block;
	width: 1200px;
}
.time ul li {
	text-align: center;
	width: 22%;
	float: left;
	margin: 0 15px;
}
.time .time-bg {
	background: url(../img/time_left_bor.png) no-repeat;
	height: 152px;
	margin: 0 auto;
	width: 152px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.time .time-bg .Line span {
	font-size: 25px;
}
.time .Line, .time ._900 {
	text-align: center;
	margin: -6px 6px;
	font-family: arial;
	font-size: 35px;
	color: #0055a5;
	line-height: 175px;
}
.time .time_right_bor {
	background: url(../images/time_right_bor.png) no-repeat;
	width: 7px;
	position: absolute;
	height: 100%;
	right: 0;
	display: block;
	top: 0;
}
.time .time-desc {
	font-size: 17px;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 15px;
	line-height: 30px !important;
	margin-bottom: 5px;
}
.time .line-bor, .time .line-bor900, .time .line-bor300, .time .line-bor20 {
	height: 6px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.time .line-bor300 {
	right: 75px;
}
.time .line-bor20 {
	right: 65px;
}
/*main3*/
.main3 {
	width: 100%;
	overflow: hidden;
}
.s_about_nav p {
	font-size: 30px;
	text-align: center;
}
.s_about_nav img {
	width: 100%;
	overflow: hidden;
}
.s_service {
	margin-top: 25px !important;
}
.s_service ul li {
	float: left;
	margin-left: 10px;
	width: 229px;
	text-align: center;
	margin-top: 15px;
}
.s_service ul li a.service_img {
	width: 229px;
	height: 157px;
	display: block;
	overflow: hidden;
	margin: auto;
}
.s_service ul li a.service_img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.s_service ul li a.service_img:hover img {
	transform: scale(0.94, 0.94);
	transition: all 1s;
	opacity: 0.9;
}
.s_service ul li p {
	color: #0055a5;
color:text-align:center;
	line-height: 40px;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 15px;
	height: 45px;
	background: #e5e5e5;
}
.s_service ul li:hover {
	transform: scale(0.94, 0.94);
	transition: all 1s;
	opacity: 0.9;
}
.s_service ul li:hover p {
	background: #0055a5;
	color: #fff;
}
/*main4*/
.main4 {
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 41px;
}
.main4 a {
	display: block;
	background: url(../img/gg.jpg) center no-repeat;
	height: 275px;
}

/*main5*/
.main5{
   padding-bottom: 35px !important;
   overflow:hidden;
}
.main5_new {
	padding-top: 20px;
	margin-bottom: 35px !important;
}
.main5_new li {
	width: 550px;
	border: 1px solid #eeeeee;
	margin-top: 20px;
	background: #fbfbfb;
	height: 140px;
	float: left;
	margin-left: 30px;
}
.new_img {
	float: left;
	padding: 10px;
}
.new_p1 {
	font-size: 14px;
	color: #67696e;
	padding: 10px;
	height: 20px;
	overflow: hidden;
}
.new_p1:hover {
	color: #67696e !important;
}
.new_p2 {
	height: 48px;
	overflow: hidden;
	font-size: 12px;
	color: #949598;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.new_img  li  img{

    width: 246px;
    height: 157px;
}
.n_btn {
	width: 100px;
	background: #eab554;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	color: #fff;
}
.n_btn:hover {
	background: #0055a5;
	transition: 0.5s;
}
.main5_new li:hover {
	-webkit-box-shadow: 0 0 10px rgba(51, 51, 51, .5);
	-moz-box-shadow: 0 0 10px rgba(51, 51, 51, .5);
	box-shadow: 0 0 10px rgba(51, 51, 51, .5);
	transition: 0.5s;
	transform: scale(0.94, 0.94);
}
/*foot*/
.foot {
	height: 220px;
	width: 100%;
	background: url(../img/foot_p.jpg) center no-repeat;
	text-align: center;
}
.foot_wx {
	margin-top: 30px;
}
.foot_lx {
	margin-left: 40px;
	margin-top: 30px;
	width: 365px;
	background: url(../img/foot_line.jpg) right no-repeat;
}
.foot_lx .foot_p {
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.foot_lx ul li {
	float: left;
	width: 174px;
}
.foot_lx ul li:last-child {
	width: 348px;
}
.foot_lx ul li p {
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	display: block;
	text-align: left;
}
.foot_lx ul li a {
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	display: block;
	text-align: left;
}
.foot_link {
	width: 280px !important;
}
.foot_link ul li {
	float: left;
	width: 122px !important;
}
.foot_link2 {
	background: no-repeat !important;
}
.foot_link2 {
	width: 280px !important;
}
.foot_link2 ul li {
	float: left;
	width: 122px !important;
}
.foot_link2 ul li a {
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	display: block;
	text-align: left;
}
/*bottom*/
.bottom {
	width: 100%;
	background: #232323;
	height: 40px;
}
.bottom_con .bottom_p {
	color: #fff !important;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
}
.bottom_con .bottom_p a {
	color: #fff;
	font-size: 12px;
	line-height: 40px;
}
/*内页*/
.zy_banner {
	width: 100%;
	position: relative;
	height: 354px;
	overflow: hidden;
}

.zy_banner img {
	display: block;
	width: 1920px;
	height: 354px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
.other {
	background: #f6f6f6;
	overflow: hidden;
	padding: 15px 0px;
	padding-bottom: 35px;
}
.other_con {
	width: 1200px;
	margin: auto;
	box-shadow: 0px 2px 5px #dadada;
	overflow: hidden;
	padding: 15px;
	margin-top: 5px;
	background: #fff;
}
.other_nav {
	height: 120px;
	width: 1200px;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}

.mbx {
	height: 40px;
	line-height: 40px;
	margin-top: 40px;
	background: url(../img/wz.png) no-repeat left center;
	padding-left: 30px;
}
.nav_p {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #305DC3;
}
.mbx a:hover {
	color: #0055A5;
}
.other_right {
	width: 864px;
}
.about_cont {
	margin-top: 10px;
}
.about_cont p {
	line-height: 24px;
	font-size: 13px;
}
.other_left {
	width: 300px;
	float: left;
	margin-top: 27px;
}
.other_left_nav {
	height: 65px;
	line-height: 65px;
	background: #0c4ca3;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.left_nav_on a{
color: #305DC3 !important;	
	}
.left_nav_con {
	border-bottom: 5px #305dc3 solid;
}
.left_nav_con ul li {
	height: 40px;
	background: url(../img/o_nav_bg.jpg) repeat-x;
	line-height: 40px;
	text-align: center;
	margin-bottom: 3px;
}
.left_nav_con ul li a {
	padding-right: 25px;
	font-size: 15px;
	color: #666;
}
.left_nav_con ul li a:hover {
	color: #305DC3;
}
.left_pro ul {
	margin-top: 20px;
	padding-left: 7px;
}
.left_pro ul li {
	float: left;
	width: 140px;
	margin-left: 6px;
}
.left_pro ul li a {
	display: block;
	text-align: center;
	font-size: 12px;
}
.left_pro ul li a img {
	width: 140px;
	height: 110px;
}
.left_pro ul li a:hover {
	color: #305DC3;
}
.left_pro ul li a img:hover {
	opacity: 0.7;
}
/*新闻中心*/
.new_img ul li {
	width: 240px;
	float: left;
	padding: 10px;
	margin-right: 15px;
}
.new_img_p1 ul li img {
	width: 240px;
	height: 165px;
}
.new_img ul li a span {
	font-size: 14px;
	color: #827f7f;
	height: 45px;
	overflow: hidden;
	display: block;
}
.new_img ul li a span:hover {
	color: #0c4ca3;
}
.new_img ul li p {
	font-size: 12px;
	color: #827f7f;
}
.new_line {
	border-top: 1px solid #e3e3e3;
	margin-top: 20px;
	clear: both;
}
.w_fruit_new {
	height: auto;
	overflow: hidden;
	margin: auto;
	padding-top: 30px;
}
.w_fruit_new ul li {
	width: 1100px;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}
.w_fruit_new ul li .w_date {
	width: 75px;
	height: 72px;
	background: #0074ba;
	color: #fff;
	font-size: 25px;
	text-align: center;
	position: relative;
	padding-top: 15px;
	transition: all 0.3s ease 0s;
}
.w_fruit_new ul li .w_date p {
	width: 75px;
	height: 25px;
	line-height: 24px;
	display: block;
	border-top: 1px solid #fff;
	font-size: 13px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.w_fruit_new ul li .w_news_r {
	width: 995px;
	height: auto;
	overflow: hidden;
}
.w_fruit_new ul li .w_news_r h2 {
	font-size: 16px;
	font-weight: 100px;
}
.w_fruit_new ul li .w_news_r h2 a {
	color: #0c4ca3;
}
.w_fruit_new ul li .w_news_r p {
	font-size: 12px;
	padding-top: 12px;
	line-height: 24px;
}
.w_fruit_new ul li .w_news_r p a {
	color: #666;
}
.w_fruit_new ul li:hover .w_date {
	background: #f1cd26;
}
.w_fruit_new ul li:hover .w_news_r h2 a {
	color: #f1cd26;
}
.w_fruit_new ul li:hover .w_date p {
	border-top: 1px solid #fff;
}
/*地图*/
.map-box {
		position: relative;
	height: 450px;
}
.BMapLabel {
	display: none !important;
}
.map-info {
	position: absolute;
	right: 0;
	width: 350px;
	height: 320px;
	background-color: #ebebeb;
	background-color: rgba(235, 235, 235, .85);
	padding: 30px 20px;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	top: 0;
	margin-top: 45px;
}
.baidu-map img {
	max-width: 555555px;
}
.map-info h3 {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	color: #296fb7;
}
.map-info h3:after {
	position: absolute;
	content: '';
	border-top: 4px solid #296fb7;
	left: 0;
	bottom: -6px;
	width: 46px;
}
.map-info h4 {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
}
.tit_1.tit_left {
	text-align: left;
	margin-bottom: 20px;
}
.tit_1.tit_left img {
	margin: 20px 0;
	clear: both;
}
.tit_1 {
	text-align: center;
	color: #000;
}
.tit_1 h5 {
	font-size: 32px;
	padding: 10px 0;
	color: #da261c;
}
.tit_1 h2 {
	font-weight: bold;
	font-size: 38px;
	margin: 10px 0;
}

/*在线留言*/

.message{ overflow:hidden;margin:10px auto;}
.message_box{width: 100%;margin:auto;margin-top:10px;}
.message_box input{width: 20%;padding:0 10px;height:48px;line-height:48px;background:#f1f1f1;margin-right:20px;margin-bottom:20px;border:none;}
.message_box textarea{width: 93%;padding:10px;background:#f1f1f1;height:118px;margin-bottom:20px;font-size:14px;color:#888;border:none;}
.message_box .sub_btn{ width:220px; height:48px; line-height:48px; text-align:center; border:none; cursor:pointer; color:#FFFFFF;background:#e61935;}
.btn_group{width:220px; margin:auto; }
/*新闻详情*/
.article{
	padding: 20px;
	box-sizing: border-box;
}
.article-title{
	font-size: 18px;
	color: #666;
	text-align: center;
}
.article-subtitle{
	height: 50px;
	line-height: 50px;
	width: 500px;
	margin:0 auto;
	color: #999;
}
.article-content{
	font-size: 15px;
	color: #333;
	line-height: 25px;
}
.prev-next{
	margin-top: 25px;
	overflow: hidden;
}
.prev-l,.next-r{
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #666;
	font-size: 15px;
	overflow: hidden;
}
.back{
	width: 12%;
	float: left;
	line-height: 50px;
	color: #666;
	font-size: 15px;
	overflow: hidden;
	padding: 0 12px;
	box-sizing: border-box;
}
.back img{
	vertical-align: middle;
	margin-right: 8px;
}
.back a{
	vertical-align: middle;
}
.prev span,.next span{
	padding: 8px 20px;
	background: #b8382e;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	margin-right: 12px;
}
.prev-next a{
	font-size: 15px;
	color: #666;
}
.prev-next a:hover{
	color: #0c4ca3;
}
/*翻页*/
.page {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
    text-align: center;
}
.page div{
	display: inline-block;
}
.page a,
.page span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page .current {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
}

.page a:first-child,
.page span:first-child  {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page a:last-child,
.page span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}